home *** CD-ROM | disk | FTP | other *** search
/ Loadstar 16 / 016.d81 / t.bach boot < prev    next >
Text File  |  2022-08-26  |  1KB  |  84 lines

  1.  
  2.            SID PLAYS BACH
  3.  
  4.  
  5. Written by: Robert Alonso
  6.  
  7. SID Plays Bach
  8. Commodore Microcomputers, October 1985
  9. Page 106
  10.  
  11.  
  12.  
  13.   SID PLAYS BACH was created to
  14.  
  15. demonstrate some of the musical power
  16.  
  17. hidden away inside of your C-64.
  18.  
  19. There are actually two programs to
  20.  
  21. play with here.  The first is SID
  22.  
  23. PLAYS BACH HAPPY while the second is
  24.  
  25. SID PLAYS BACH SAD.  Both programs
  26.  
  27. POKE in a machine-language routine to
  28.  
  29. play the music.
  30.  
  31.   After the routine is POKEd in, you
  32.  
  33. can activate the music with a
  34.  
  35. SYS 49152.  When the music is
  36.  
  37. finished, contol will automatically
  38.  
  39. return to BASIC.
  40.  
  41.   If you are into assembly language,
  42.  
  43. the two programs are also on this
  44.  
  45. issue of LOADSTAR in the form of PAL
  46.  
  47. source listings.  You can read them
  48.  
  49. in and study the code as much as you
  50.  
  51. like.  The actual notes are stored in
  52.  
  53. a table named NOTES.  They are SAVEd
  54.  
  55. under the names of BACH HAPPY.S and
  56.  
  57. BACH SAD.S.
  58.  
  59.  
  60.   This program is copyrighted by
  61.  
  62. Commodore magazine.  All rights to it
  63.  
  64. are reserved.  LOADSTAR has relieved
  65.  
  66. you from the burden of keying in this
  67.  
  68.     program.  For more complete
  69.  
  70. information about this program, refer
  71.  
  72.     to the October 1985 issue of
  73.  
  74.  Commodore Microcomputers magazine.
  75.  
  76.  
  77.  
  78. >Files used:  BACH HAPPY.BAS
  79.               BACH SAD.BAS
  80.               BACH HAPPY.S - optional
  81.               BACH SAD.S   - optional
  82.  
  83. ----------< end of article >----------
  84.